Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface / SelectByFontPath Method / SelectByFontPath(String,List<Font>) Method

In This Topic
    SelectByFontPath(String,List<Font>) Method
    In This Topic
    Collects the fonts having the same specified font path.
    Syntax
    'Declaration
     
    Overloads Sub SelectByFontPath( _
       ByVal fontPath As System.String, _
       ByVal res As System.Collections.Generic.List(Of Font) _
    ) 
    void SelectByFontPath( 
       System.string fontPath,
       System.Collections.Generic.List<Font> res
    )

    Parameters

    fontPath
    res
    See Also